func golang.org/x/tools/internal/gocommand.runCmdContext

2 uses

	golang.org/x/tools/internal/gocommand (current package)
		invoke.go#L234: 	return runCmdContext(ctx, cmd)
		invoke.go#L245: func runCmdContext(ctx context.Context, cmd *exec.Cmd) error {